SftTree/OCX 7.0

SftTreeFooters.Multiline Property

Softel vdm, Inc.

Defines whether column footer titles can consist of multiple text lines.

Syntax       

Get

VB.NET

Boolean = object.Multiline  As Boolean

VB

Boolean = object.Multiline  As Boolean

C#.NET

bool Boolean = object.Multiline;

VC++

VARIANT_BOOL Boolean = object->Multiline;
VARIANT_BOOL Boolean = object->GetMultiline();

C

HRESULT object->get_Multiline(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.Multiline   : WordBool;

Put

VB.NET

object.Multiline = Boolean  As Boolean

VB

object.Multiline = Boolean  As Boolean

C#.NET

bool object.Multiline = Boolean;

VC++

VARIANT_BOOL object->Multiline = Boolean;
void object->PutMultiline(VARIANT_BOOL Boolean);

C

HRESULT object->put_Multiline(VARIANT_BOOL Boolean);

Delphi

object.Multiline := Boolean   : WordBool;

object

A SftTreeFooters object.

Boolean

Defines whether column footer titles can consist of multiple text lines.

Boolean

Description

True

Column footer titles can consist of multiple text lines.

False

Column footer titles can consist of a single line of text only.

Comments

The Multiline property defines whether column footer titles can consist of multiple text lines.

Column footer text can be defined using the Footer.Text property. By including new-line characters in the title text, multiple lines of text can be displayed in each column footer. The column footer height is automatically adjusted.

See Also  SftTreeFooters Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com